Click or drag to resize

PullSubscription Constructor (IListFolderId, IListEventType, Int32)

Initializes a new instance of the PullSubscription class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public PullSubscription(
	IList<FolderId> folders,
	IList<EventType> eventTypes,
	int timeout
)

Parameters

folders
Type: System.Collections.GenericIListFolderId
eventTypes
Type: System.Collections.GenericIListEventType
timeout
Type: SystemInt32
See Also